home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 3
/
inter@ivo 1996-04.iso
/
demos
/
music
/
jumpcut.dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-11
|
158 b
|
11 lines
on exitFrame
global exitYet
if exitYet = 1 then
go("exit")
end if
if exitYet = 0 then
set exitYet to 1
go(1, "MSCENTRL.DIR")
end if
end